func runtime.throw

724 uses

	runtime (current package)
		arena.go#L115: 		throw("arena_New: non-pointer type")
		arena.go#L207: 		throw("user arena chunk size is not a multiple of the page size")
		arena.go#L210: 		throw("user arena chunk size is not a multiple of the physical page size")
		arena.go#L214: 			throw("user arena chunk size is smaller than a heap arena, but doesn't divide it")
		arena.go#L218: 			throw("user arena chunks size is larger than a heap arena, but not a multiple")
		arena.go#L340: 		throw("full list doesn't match refs list in length")
		arena.go#L391: 			throw("wasted too much memory in an arena chunk")
		arena.go#L416: 			throw("out of memory")
		arena.go#L454: 			throw("out of memory")
		arena.go#L475: 		throw("malloc deadlock")
		arena.go#L478: 		throw("malloc during signal")
		arena.go#L502: 		throw("arena chunk needs zeroing, but should already be zeroed")
		arena.go#L513: 			throw("mallocgc called without a P or outside bootstrapping")
		arena.go#L739: 		throw("newUserArenaChunk called with gcphase == _GCmarktermination")
		arena.go#L753: 		throw("malloc deadlock")
		arena.go#L756: 		throw("malloc during signal")
		arena.go#L766: 		throw("out of memory")
		arena.go#L799: 			throw("newUserArenaChunk called without a P or outside bootstrapping")
		arena.go#L828: 		throw("user arena chunk is not aligned to the physical page size")
		arena.go#L855: 		throw("invalid span in heapArena for user arena")
		arena.go#L858: 		throw("span on userArena.faultList has invalid size")
		arena.go#L936: 		throw("span is not for a user arena")
		arena.go#L939: 		throw("invalid user arena span size")
		arena.go#L1013: 			throw("sysAlloc size is not divisible by userArenaChunkBytes")
		asan0.go#L19: func asanread(addr unsafe.Pointer, sz uintptr)            { throw("asan") }
		asan0.go#L20: func asanwrite(addr unsafe.Pointer, sz uintptr)           { throw("asan") }
		asan0.go#L21: func asanunpoison(addr unsafe.Pointer, sz uintptr)        { throw("asan") }
		asan0.go#L22: func asanpoison(addr unsafe.Pointer, sz uintptr)          { throw("asan") }
		asan0.go#L23: func asanregisterglobals(addr unsafe.Pointer, sz uintptr) { throw("asan") }
		cgo.go#L73: func cgoUse(any) { throw("cgoUse should not be called") }
		cgo.go#L81: func cgoKeepAlive(any) { throw("cgoKeepAlive should not be called") }
		cgocall.go#L136: 		throw("cgocall unavailable")
		cgocall.go#L140: 		throw("cgocall nil")
		cgocall.go#L365: 		throw("m changed unexpectedly in cgocallbackg")
		cgocall.go#L495: 	throw("misaligned stack in cgocallback")
		cgocall.go#L500: 	throw("cgo not implemented")
		cgocall.go#L582: 				throw("can't happen")
		cgocall.go#L587: 			throw("can't happen")
		cgocall.go#L610: 		throw("can't happen")
		cgocall.go#L615: 				throw("can't happen")
		cgocall.go#L685: 				throw("can't happen")
		cgocheck.go#L67: 		throw(cgoWriteBarrierFail)
		cgocheck.go#L174: 					throw(cgoWriteBarrierFail)
		chan.go#L80: 		throw("makechan: invalid channel element type")
		chan.go#L83: 		throw("makechan: bad alignment")
		chan.go#L182: 		throw("unreachable")
		chan.go#L292: 		throw("G waiting list is corrupted")
		chan.go#L305: 			throw("chansend: spurious wakeup")
		chan.go#L534: 		throw("unreachable")
		chan.go#L668: 		throw("G waiting list is corrupted")
		checkptr.go#L20: 		throw("checkptr: misaligned pointer conversion")
		checkptr.go#L26: 		throw("checkptr: converted pointer straddles multiple allocations")
		checkptr.go#L52: 		throw("checkptr: pointer arithmetic computed bad pointer value")
		checkptr.go#L69: 	throw("checkptr: pointer arithmetic result points to invalid allocation")
		coro.go#L128: 			throw("coro: OS thread locking must match locking at coroutine creation")
		coro.go#L194: 			throw("coroswitch on exited coro")
		coro.go#L209: 		throw("coroswitch of a goroutine to itself")
		covermeta.go#L17: 		throw("runtime.addCovMeta: coverage package map collision")
		debugcall.go#L139: 			throw("inconsistent lockedm")
		debuglog.go#L100: 			throw("failed to allocate debug log")
		debuglog.go#L173: 		throw("record too large")
		debuglog.go#L333: 			throw("not a pointer type")
		debuglog.go#L454: 			throw("record wrapped around")
		env_posix.go#L12: 		throw("getenv before env init")
		error.go#L340: 		throw("panicwrap: no ( in " + name)
		error.go#L344: 		throw("panicwrap: unexpected string after package name: " + name)
		error.go#L349: 		throw("panicwrap: no ) in " + name)
		error.go#L352: 		throw("panicwrap: unexpected string after type name: " + name)
		fds_unix.go#L34: 			throw("cannot open standard fds")
		fds_unix.go#L39: 			throw("cannot open standard fds")
		fds_unix.go#L42: 			throw("cannot open standard fds")
		heapdump.go#L416: 			throw("dumpgs in STW - bad status")
		heapdump.go#L488: 			throw("freemark array doesn't have enough entries")
		heapdump.go#L732: 			throw("heapdump: out of memory")
		iface.go#L46: 		throw("internal error - misuse of itab")
		iface.go#L138: 		throw("malloc deadlock")
		iface.go#L156: 			throw("mismatched count during itab table copy")
		iface.go#L711: 	throw("unreachable method called. linker bug?")
		lfstack.go#L29: 		throw("lfstack.push")
		lfstack.go#L62: 		throw("lfstack node allocated from the heap")
		lfstack.go#L67: 		throw("bad lfnode address")
		lock_futex.go#L30: 		throw("notewakeup - double wakeup")
		lock_futex.go#L38: 		throw("notesleep not on g0")
		lock_futex.go#L109: 		throw("notetsleep not on g0")
		lock_futex.go#L120: 		throw("notetsleepg on g0")
		lock_spinbit.go#L97: 		throw("runtime.m memory alignment too small for spinbit mutex")
		lock_spinbit.go#L156: 		throw("runtime·lock: lock count")
		lock_spinbit.go#L227: 			throw("runtime·lock: sleeping while lock is available")
		lock_spinbit.go#L264: 		throw("unlock of unlocked lock")
		lock_spinbit.go#L274: 		throw("runtime·unlock: lock count")
		malloc.go#L375: 		throw("bad TinySizeClass")
		malloc.go#L381: 		throw("heapArenaBitmapWords not a power of 2")
		malloc.go#L387: 		throw("failed to get system page size")
		malloc.go#L391: 		throw("bad system page size")
		malloc.go#L395: 		throw("bad system page size")
		malloc.go#L399: 		throw("bad system page size")
		malloc.go#L403: 		throw("bad system huge page size")
		malloc.go#L421: 		throw("bad pagesPerSpanRoot")
		malloc.go#L425: 		throw("bad pagesPerReclaimerChunk")
		malloc.go#L445: 		throw("min size of malloc header is not a size class boundary")
		malloc.go#L448: 		throw("expected all size classes up to min size for malloc header to fit in one-page spans")
		malloc.go#L453: 		throw("max pointer/scan bitmap size for headerless objects is too large")
		malloc.go#L457: 		throw("taggedPointerBits too small")
		malloc.go#L712: 			throw("too many address space collisions for -race mode")
		malloc.go#L747: 			throw("memory reservation exceeds address space limit")
		malloc.go#L752: 		throw("misrounded allocation in sysAlloc")
		malloc.go#L770: 				throw("out of memory allocating heap arena map")
		malloc.go#L781: 			throw("arena already initialized")
		malloc.go#L788: 				throw("out of memory allocating heap arena metadata")
		malloc.go#L801: 					throw("out of memory allocating allArenas")
		malloc.go#L836: 			throw("unexpected heap arena hint on sbrk platform")
		malloc.go#L863: 				throw("failed to allocate aligned heap memory; too many retries")
		malloc.go#L962: 			throw("s.allocCount != s.nelems && freeIndex == s.nelems")
		malloc.go#L972: 		throw("freeIndex is not valid")
		malloc.go#L979: 		throw("s.allocCount > s.nelems")
		malloc.go#L1013: 			throw("mallocgc called with gcphase == _GCmarktermination")
		malloc.go#L1103: 			throw("malloc deadlock")
		malloc.go#L1106: 			throw("malloc during signal")
		malloc.go#L1109: 			throw("expected noscan for tiny alloc")
		malloc.go#L1259: 			throw("malloc deadlock")
		malloc.go#L1262: 			throw("malloc during signal")
		malloc.go#L1265: 			throw("expected noscan type for noscan alloc")
		malloc.go#L1345: 			throw("malloc deadlock")
		malloc.go#L1348: 			throw("malloc during signal")
		malloc.go#L1351: 			throw("noscan allocated in scan-only path")
		malloc.go#L1354: 			throw("heap bits in not in span for non-header-only path")
		malloc.go#L1436: 			throw("malloc deadlock")
		malloc.go#L1439: 			throw("malloc during signal")
		malloc.go#L1442: 			throw("noscan allocated in scan-only path")
		malloc.go#L1445: 			throw("heap bits in span for header-only path")
		malloc.go#L1529: 			throw("malloc deadlock")
		malloc.go#L1532: 			throw("malloc during signal")
		malloc.go#L1798: 		throw("profilealloc called without a P or outside bootstrapping")
		malloc.go#L1925: 		throw("persistentalloc: size == 0")
		malloc.go#L1929: 			throw("persistentalloc: align is not a power of 2")
		malloc.go#L1932: 			throw("persistentalloc: align is too large")
		malloc.go#L1957: 			throw("runtime: cannot allocate memory")
		map_swiss.go#L216: 		throw("runtime.reflect_makemap: unsupported map key type")
		mbitmap.go#L175: 		throw("typePointersOfUnchecked consisting of non-base-address for object")
		mbitmap.go#L216: 		throw("bad type passed to typePointersOfType")
		mbitmap.go#L419: 		throw("bulkBarrierPreWrite: unaligned arguments")
		mbitmap.go#L505: 		throw("bulkBarrierPreWrite: unaligned arguments")
		mbitmap.go#L568: 			throw("heapBits called for noscan")
		mbitmap.go#L571: 			throw("heapBits called for span class that should have a malloc header")
		mbitmap.go#L655: 			throw("runtime: (*mspan).writeHeapBitsSmall: dataSize is not a multiple of typ.Size_")
		mbitmap.go#L696: 			throw("bad pointer bits written for small object")
		mbitmap.go#L723: 		throw("tried to write heap bits, but no heap bits in span")
		mbitmap.go#L833: 	throw("heapSetType: pointer entry not correct")
		mbitmap.go#L840: 		throw("found bad interior pointer")
		mbitmap.go#L910: 	throw("heapSetType: pointer entry not correct")
		mbitmap.go#L955: 		throw("mismatch between typePointersOfType and typePointersOf")
		mbitmap.go#L1068: 		throw("s.freeindex > s.nelems")
		mbitmap.go#L1140: 		throw("bad magic division")
		mbitmap.go#L1197: 		throw("markBitsForSpan: unaligned start")
		mbitmap.go#L1244: 	throw("found bad pointer in Go heap (incorrect use of unsafe or cgo?)")
		mbitmap.go#L1374: 		throw("runtime: typeBitsBulkBarrier without type")
		mbitmap.go#L1378: 		throw("runtime: invalid typeBitsBulkBarrier")
		mbitmap.go#L1450: 		throw("progToPointerMask: overflow")
		mbitmap.go#L1732: 		throw("bad argument to getgcmask: expected type to be a pointer to the value type whose mask is being queried")
		mbitmap.go#L1791: 				throw("found non-zeroed tail of allocation")
		mbitmap.go#L1842: 			throw("found two different masks from two different methods")
		mcache.go#L153: 		throw("refill of span with free space remaining")
		mcache.go#L158: 			throw("bad sweepgen in refill")
		mcache.go#L185: 		throw("out of memory")
		mcache.go#L189: 		throw("span has no free space")
		mcache.go#L222: 		throw("out of memory")
		mcache.go#L237: 		throw("out of memory")
		mcache.go#L335: 		throw("bad flushGen")
		mcentral.go#L186: 		throw("span has no free objects")
		mcentral.go#L206: 		throw("uncaching span but s.allocCount == 0")
		mcheckmark.go#L50: 				throw("out of memory allocating checkmarks bitmap")
		mcheckmark.go#L65: 		throw("GC work not flushed")
		mcheckmark.go#L86: 		throw("checkmark found unmarked object")
		mem_linux.go#L46: 		throw("unaligned sysUnused")
		mem_linux.go#L79: 			throw("runtime: cannot disable permissions in address space")
		mem_linux.go#L88: 			throw("runtime: out of memory")
		mem_linux.go#L91: 			throw("runtime: cannot remap pages in address space")
		mem_linux.go#L114: 		throw("unaligned sysNoHugePageOS")
		mem_linux.go#L123: 		throw("unaligned sysHugePageCollapseOS")
		mem_linux.go#L168: 		throw("runtime: out of memory")
		mem_linux.go#L172: 		throw("runtime: cannot map pages in arena address space")
		metrics.go#L505: 		throw("runtime: unexpected metric registration for " + name)
		mfinal.go#L105: 		throw("queuefinalizer during GC")
		mfinal.go#L123: 					throw("finalizer out of sync")
		mfinal.go#L245: 					throw("missing type in runfinq")
		mfinal.go#L272: 					throw("bad kind in runfinq")
		mfinal.go#L438: 		throw("runtime.SetFinalizer: first argument is nil")
		mfinal.go#L441: 		throw("runtime.SetFinalizer: first argument is " + toRType(etyp).string() + ", not pointer")
		mfinal.go#L445: 		throw("nil elem type!")
		mfinal.go#L449: 		throw("runtime.SetFinalizer: first argument was allocated into an arena")
		mfinal.go#L464: 		throw("runtime.SetFinalizer: pointer not in allocated block")
		mfinal.go#L476: 			throw("runtime.SetFinalizer: pointer not at beginning of allocated block")
		mfinal.go#L491: 		throw("runtime.SetFinalizer: second argument is " + toRType(ftyp).string() + ", not a function")
		mfinal.go#L495: 		throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string() + " because dotdotdot")
		mfinal.go#L498: 		throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string())
		mfinal.go#L521: 	throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string())
		mfinal.go#L535: 			throw("runtime.SetFinalizer: finalizer already set")
		mfixalloc.go#L58: 		throw("runtime: fixalloc size too large")
		mfixalloc.go#L77: 		throw("runtime: internal error")
		mgc.go#L179: 		throw("size of Workbuf is suboptimal")
		mgc.go#L704: 			throw("p mcache not flushed")
		mgc.go#L1086: 		throw("gc done but gcphase != _GCoff")
		mgc.go#L1171: 		throw("failed to set sweep barrier")
		mgc.go#L1173: 		throw("non-concurrent sweep failed to drain all sweep queues")
		mgc.go#L1463: 			throw("gcBgMarkWorker: blackening not enabled")
		mgc.go#L1467: 			throw("gcBgMarkWorker: mode not set")
		mgc.go#L1480: 			throw("work.nwait was > work.nproc")
		mgc.go#L1499: 				throw("gcBgMarkWorker: unexpected gcMarkWorkerMode")
		mgc.go#L1542: 			throw("work.nwait > work.nproc")
		mgc.go#L1586: 		throw("in gcMark expecting to see gcphase as _GCmarktermination")
		mgc.go#L1642: 			throw("P has cached GC work at end of mark termination")
		mgc.go#L1681: 		throw("gcSweep being done but phase is not GCoff")
		mgc.go#L1928: 			throw("already have a reachable special (duplicate pointer?)")
		mgc.go#L1945: 			throw("IsReachable failed")
		mgclimit.go#L104: 		throw("failed to acquire lock to start a GC transition")
		mgclimit.go#L107: 		throw("transitioning GC to the same state as before?")
		mgclimit.go#L124: 		throw("finishGCTransition called without starting one?")
		mgclimit.go#L172: 		throw("update during transition")
		mgclimit.go#L224: 				throw("invalid limiter event type found")
		mgclimit.go#L310: 		throw("double unlock")
		mgclimit.go#L325: 		throw("failed to acquire lock to reset capacity")
		mgclimit.go#L455: 			throw("limiterEvent.stop: found wrong event in p's limiter event slot")
		mgclimit.go#L483: 		throw("limiterEvent.stop: invalid limiter event type found")
		mgcmark.go#L122: 		throw("left over markroot jobs")
		mgcmark.go#L140: 			throw("scan missed a g")
		mgcmark.go#L201: 			throw("markroot: bad index")
		mgcmark.go#L238: 				throw("g already scanned")
		mgcmark.go#L267: 		throw("rootBlockBytes must be a multiple of 8*ptrSize")
		mgcmark.go#L372: 				throw("non in-use span found with specials bit set")
		mgcmark.go#L378: 				throw("gc: unswept span")
		mgcmark.go#L661: 		throw("nwait > work.nprocs")
		mgcmark.go#L689: 		throw("work.nwait > work.nproc")
		mgcmark.go#L839: 		throw("scanstack - bad status")
		mgcmark.go#L845: 		throw("mark - bad status")
		mgcmark.go#L850: 		throw("scanstack: goroutine not stopped")
		mgcmark.go#L856: 		throw("can't scan our own stack")
		mgcmark.go#L993: 		throw("remaining pointer buffers")
		mgcmark.go#L1151: 		throw("gcDrain phase incorrect")
		mgcmark.go#L1277: 		throw("gcDrainN phase incorrect")
		mgcmark.go#L1396: 		throw("scanobject n == 0")
		mgcmark.go#L1401: 		throw("scanobject of a noscan object")
		mgcmark.go#L1522: 					throw("misaligned mask")
		mgcmark.go#L1588: 		throw("greyobject: obj not pointer-aligned")
		mgcmark.go#L1603: 			throw("marking free object")
		mgcmark.go#L1693: 		throw("gcmarknewobject called while doing checkmark")
		mgcmark.go#L1697: 		throw("mallocgc called with gcphase == _GCmarktermination")
		mgcpacer.go#L733: 		throw("gcControllerState.findRunnable: blackening not enabled")
		mgcpacer.go#L868: 		throw("markWorkerStop: unknown mark worker mode")
		mgcpacer.go#L1172: 		throw("produced a trigger greater than the heap goal")
		mgcpacer.go#L1342: 		throw("malformed GOMEMLIMIT; see `go doc runtime/debug.SetMemoryLimit`")
		mgcpacer.go#L1368: 			throw("negative idle mark workers")
		mgcpacer.go#L1398: 			throw("negative idle mark workers")
		mgcpacer.go#L1418: 			throw("negative idle mark workers")
		mgcscavenge.go#L358: 		throw("scavenger state is already wired")
		mgcscavenge.go#L422: 		throw("tried to park scavenger from another goroutine")
		mgcscavenge.go#L468: 		throw("tried to sleep scavenger from another goroutine")
		mgcscavenge.go#L579: 		throw("tried to run scavenger from another goroutine")
		mgcscavenge.go#L639: 		throw("released less than one physical page of memory")
		mgcscavenge.go#L860: 		throw("bad m value")
		mgcscavenge.go#L897: 		throw("min must be a non-zero power of 2")
		mgcscavenge.go#L900: 		throw("min too large")
		mgcscavenge.go#L1319: 		throw("too many pages allocated in chunk?")
		mgcscavenge.go#L1336: 		throw("allocated pages below zero?")
		mgcstack.go#L204: 		throw("address not a stack address")
		mgcstack.go#L280: 		throw("objects added out of order or overlapping")
		mgcsweep.go#L164: 		throw("sweeper left outstanding across sweep generations")
		mgcsweep.go#L169: 			throw("mismatched begin/end of activeSweep")
		mgcsweep.go#L245: 		throw("active sweepers found at start of mark phase")
		mgcsweep.go#L336: 		throw("use of invalid sweepLocker")
		mgcsweep.go#L381: 				throw("non in-use span in unswept list")
		mgcsweep.go#L463: 		throw("mspan.ensureSwept: m is not locked")
		mgcsweep.go#L502: 		throw("mspan.sweep: m is not locked")
		mgcsweep.go#L515: 		throw("mspan.sweep: bad span state")
		mgcsweep.go#L669: 		throw("sweep increased allocation count")
		mgcsweep.go#L696: 		throw("mspan.sweep: bad span state after sweep")
		mgcsweep.go#L699: 		throw("swept cached span")
		mgcsweep.go#L718: 			throw("sweep: tried to preserve a user arena span")
		mgcsweep.go#L739: 				throw("user arena span is on the wrong list")
		mgcsweep.go#L877: 	throw("found pointer to free object")
		mgcwork.go#L28: 		throw("bad workbufAlloc")
		mgcwork.go#L338: 		throw("workbuf is empty")
		mgcwork.go#L344: 		throw("workbuf is not empty")
		mgcwork.go#L381: 				throw("out of memory")
		mgcwork.go#L456: 		throw("cannot free workbufs when work.full != 0")
		mheap.go#L539: 			throw("runtime: cannot allocate memory")
		mheap.go#L994: 		throw("manual span allocation called with non-manually-managed type")
		mheap.go#L1066: 				throw("potentially overlapping in-use allocations detected")
		mheap.go#L1240: 				throw("grew heap, but no adequate free space found")
		mheap.go#L1259: 				throw("grew heap, but no adequate free space found")
		mheap.go#L1627: 			throw("mheap.freeSpanLocked - invalid stack free")
		mheap.go#L1631: 			throw("mheap.freeSpanLocked - invalid free of user arena chunk")
		mheap.go#L1635: 			throw("mheap.freeSpanLocked - invalid free")
		mheap.go#L1643: 		throw("mheap.freeSpanLocked - invalid span state")
		mheap.go#L1744: 		throw("mSpanList.remove")
		mheap.go#L1768: 		throw("mSpanList.insert")
		mheap.go#L1786: 		throw("mSpanList.insertBack")
		mheap.go#L1874: 		throw("addspecial on invalid pointer")
		mheap.go#L1912: 		throw("removespecial on invalid pointer")
		mheap.go#L2257: 		throw("failed to get or create weak handle")
		mheap.go#L2272: 		throw("getWeakHandle on invalid pointer")
		mheap.go#L2315: 		throw("setprofilebucket: profile already set")
		mheap.go#L2401: 		throw("bad special kind")
		mheap.go#L2504: 		throw("markBits overflow")
		mheap.go#L2567: 			throw("runtime: cannot allocate memory")
		mpagealloc.go#L312: 		throw("root level max pages doesn't fit in summary")
		mpagealloc.go#L406: 				throw("pageAlloc: out of memory")
		mpagealloc.go#L717: 			throw("range partially overlaps")
		mpagealloc.go#L829: 		throw("bad summary data")
		mpagealloc.go#L847: 		throw("bad summary data")
		mpagealloc.go#L892: 				throw("bad summary data")
		mpagealloc_64bit.go#L81: 			throw("failed to reserve page summary memory")
		mpagealloc_64bit.go#L103: 		throw("sysGrow bounds not aligned to pallocChunkBytes")
		mpagealloc_64bit.go#L194: 		throw("sysGrow bounds not aligned to pallocChunkBytes")
		mpagecache.go#L135: 			throw("bad summary data")
		mprof.go#L232: 		throw("invalid profile bucket type")
		mprof.go#L251: 		throw("bad profile stack count")
		mprof.go#L259: 		throw("bad use of bucket.mp")
		mprof.go#L268: 		throw("bad use of bucket.bp")
		mprof.go#L284: 				throw("runtime: cannot allocate memory")
		mprof.go#L541: 		throw("invalid skip value")
		mprof.go#L1490: 		throw("no P available, write barriers are forbidden")
		mprof.go#L1556: 		throw("cannot read stack of running goroutine")
		mranges.go#L36: 		throw("addr range base and limit are not in the same memory segment")
		mranges.go#L64: 		throw("bad prune")
		mranges.go#L350: 		throw("attempted to add zero-sized address range")
		msan0.go#L19: func msanread(addr unsafe.Pointer, sz uintptr)     { throw("msan") }
		msan0.go#L20: func msanwrite(addr unsafe.Pointer, sz uintptr)    { throw("msan") }
		msan0.go#L21: func msanmalloc(addr unsafe.Pointer, sz uintptr)   { throw("msan") }
		msan0.go#L22: func msanfree(addr unsafe.Pointer, sz uintptr)     { throw("msan") }
		msan0.go#L23: func msanmove(dst, src unsafe.Pointer, sz uintptr) { throw("msan") }
		mspanset.go#L234: 		throw("attempt to clear non-empty span set")
		mspanset.go#L251: 				throw("span set block with unpopped elements found in reset")
		mspanset.go#L257: 				throw("fully empty unfreed span set block found in reset")
		mspanset.go#L381: 		throw("headTailIndex overflow")
		mstats.go#L337: 		throw("memstats.heapStats not aligned to 8 bytes")
		mstats.go#L343: 		throw("heapStatsDelta not a multiple of 8 bytes in size")
		mstats.go#L466: 			throw("heapInUse and consistent stats are not equal")
		mstats.go#L471: 			throw("heapReleased and consistent stats are not equal")
		mstats.go#L478: 			throw("measures of the retained heap are not equal")
		mstats.go#L483: 			throw("totalAlloc and consistent stats are not equal")
		mstats.go#L488: 			throw("totalFree and consistent stats are not equal")
		mstats.go#L498: 			throw("mappedReady and other memstats are not equal")
		mstats.go#L579: 		throw("short slice passed to readGCStats")
		mstats.go#L661: 		throw("sysMemStat overflow")
		mstats.go#L782: 			throw("bad sequence number")
		mstats.go#L811: 			throw("bad sequence number")
		mwbbuf.go#L91: 		throw("bad write barrier buffer bounds")
		netpoll.go#L249: 		throw("runtime: blocked write on free polldesc")
		netpoll.go#L253: 		throw("runtime: blocked read on free polldesc")
		netpoll.go#L283: 		throw("runtime: close polldesc w/o unblock")
		netpoll.go#L287: 		throw("runtime: blocked write on closing polldesc")
		netpoll.go#L291: 		throw("runtime: blocked read on closing polldesc")
		netpoll.go#L455: 		throw("runtime: unblock on closing polldesc")
		netpoll.go#L567: 			throw("runtime: double wait")
		netpoll.go#L580: 		throw("runtime: corrupted polldesc")
		netpoll.go#L639: 			throw("runtime: inconsistent read deadline")
		netpoll.go#L648: 			throw("runtime: inconsistent write deadline")
		netpoll_epoll.go#L26: 		throw("runtime: netpollinit failed")
		netpoll_epoll.go#L31: 		throw("runtime: eventfd failed")
		netpoll_epoll.go#L40: 		throw("runtime: epollctl failed")
		netpoll_epoll.go#L63: 	throw("runtime: unused")
		netpoll_epoll.go#L87: 		throw("runtime: netpollBreak write failed")
		netpoll_epoll.go#L123: 			throw("runtime: netpoll failed")
		netpoll_epoll.go#L143: 				throw("runtime: netpoll: eventfd ready for something unexpected")
		os_linux.go#L201: 		throw("newosproc")
		os_linux.go#L553: 				throw("sigaction failed")
		os_linux.go#L639: 			throw("timer_delete")
		os_linux.go#L689: 		throw("timer_settime")
		panic.go#L59: 		throw(msg)
		panic.go#L65: 		throw(msg)
		panic.go#L79: 		throw(err)
		panic.go#L276: 		throw("defer on system stack")
		panic.go#L317: 	throw("unexpected state passed to panicrangestate")
		panic.go#L391: 		throw("defer on system stack")
		panic.go#L396: 		throw("no deferreturn")
		panic.go#L431: 			throw("defer after range func returned")
		panic.go#L485: 		throw("defer on system stack")
		panic.go#L651: 			throw(text + ": " + r)
		panic.go#L653: 			throw(text + ": type " + toRType(efaceOf(&r)._type).string())
		panic.go#L756: 		throw("panic on system stack")
		panic.go#L763: 		throw("panic during malloc")
		panic.go#L772: 		throw("panic during preemptoff")
		panic.go#L778: 		throw("panic holding locks")
		panic.go#L868: 			throw("bad panic stack")
		panic.go#L873: 			throw("recovery failed")
		panic.go#L989: 		throw("missing deferreturn")
		panic.go#L1033: 	throw(s)
		panic.go#L1063: 	throw(s)
		panic.go#L1092: func throw(s string) {
		panic.go#L1186: 		throw("unexpected gp.param")
		panic.go#L1230: 		throw("bad recovery")
		pinner.go#L210: 			throw("runtime.Pinner: object already unpinned")
		pinner.go#L350: 		throw("runtime.Pinner: decreased non-existing pin counter")
		plugin.go#L23: 		throw("runtime: no plugin module data")
		plugin.go#L26: 		throw("runtime: plugin has empty pluginpath")
		plugin.go#L51: 			throw("plugin: new module data overlaps with previous moduledata")
		plugin.go#L125: 		throw("runtime: plugin has bad symbol table")
		preempt.go#L110: 		throw("suspendG from non-preemptible goroutine")
		preempt.go#L135: 			throw("invalid g status")
		preempt.go#L268: 		throw("unexpected g status")
		preempt.go#L336: 		throw("async stack too large")
		preempt.go#L447: 			throw("bad restart PC")
		proc.go#L186: 		throw("runtime.main not on m0")
		proc.go#L193: 		throw("nanotime returning zero")
		proc.go#L216: 			throw("_cgo_pthread_key_created missing")
		proc.go#L220: 			throw("_cgo_thread_start missing")
		proc.go#L224: 				throw("_cgo_setenv missing")
		proc.go#L227: 				throw("_cgo_unsetenv missing")
		proc.go#L231: 			throw("_cgo_notify_runtime_init_done missing")
		proc.go#L236: 			throw("set_crosscall2 missing")
		proc.go#L327: 	exithook.Throw = throw
		proc.go#L345: 			throw("forcegc: phase error")
		proc.go#L426: 		throw("gopark: bad g status")
		proc.go#L492: 		throw("acquireSudog: found s.elem != nil in cache")
		proc.go#L501: 		throw("runtime: sudog with non-nil elem")
		proc.go#L504: 		throw("runtime: sudog with non-false isSelect")
		proc.go#L507: 		throw("runtime: sudog with non-nil next")
		proc.go#L510: 		throw("runtime: sudog with non-nil prev")
		proc.go#L513: 		throw("runtime: sudog with non-nil waitlink")
		proc.go#L516: 		throw("runtime: sudog with non-nil c")
		proc.go#L520: 		throw("runtime: releaseSudog with non-nil gp.param")
		proc.go#L550: 	throw("runtime: mcall called on m->g0 stack")
		proc.go#L554: 	throw("runtime: mcall function returned")
		proc.go#L576: 		throw("morestack on g0")
		proc.go#L588: 	throw("ctxt != 0")
		proc.go#L663: 		throw("allgadd: bad status Gidle")
		proc.go#L881: 		throw("unknown runnable goroutine during bootstrap")
		proc.go#L921: 		throw("thread exhaustion")
		proc.go#L933: 		throw("runtime: thread ID overflow")
		proc.go#L1047: 		throw("bad g->status in ready")
		proc.go#L1143: 		throw("casfrom_Gscanstatus:top gp->status is not in scan state")
		proc.go#L1156: 		throw("casfrom_Gscanstatus: gp->status is not in scan state")
		proc.go#L1179: 	throw("castogscanstatus")
		proc.go#L1199: 			throw("casgstatus: bad incoming values")
		proc.go#L1216: 				throw("casgstatus: waiting for Gwaiting but is Grunnable")
		proc.go#L1315: 		throw("casGToWaitingForSuspendG with non-isWaitingForSuspendG wait reason")
		proc.go#L1326: 		throw("bad g transition")
		proc.go#L1344: 		throw("bad g transition")
		proc.go#L1572: 		throw("stopTheWorld: holding locks")
		proc.go#L1664: 		throw(bad)
		proc.go#L1719: 				throw("startTheWorld: inconsistent mp->nextp")
		proc.go#L1838: 		throw("bad runtime·mstart")
		proc.go#L1932: 		throw("locked m0 woke up")
		proc.go#L1959: 	throw("m not found in allm")
		proc.go#L2073: 		throw("forEachP: sched.safePointWait != 0")
		proc.go#L2141: 		throw("forEachP: not done")
		proc.go#L2145: 			throw("forEachP: P did not run fn")
		proc.go#L2807: 			throw("on a locked thread with no template thread")
		proc.go#L2830: 			throw("_cgo_thread_start missing")
		proc.go#L2916: 		throw("stopm holding locks")
		proc.go#L2919: 		throw("stopm holding p")
		proc.go#L2922: 		throw("stopm spinning")
		proc.go#L2981: 			throw("startm: P required for spinning=true")
		proc.go#L3030: 		throw("startm: m is spinning")
		proc.go#L3033: 		throw("startm: m has p")
		proc.go#L3036: 		throw("startm: p has runnable gs")
		proc.go#L3151: 			throw("wakep: negative nmspinning")
		proc.go#L3174: 		throw("stoplockedm: inconsistent locking")
		proc.go#L3188: 		throw("stoplockedm: not runnable")
		proc.go#L3201: 		throw("startlockedm: locked to me")
		proc.go#L3204: 		throw("startlockedm: m has p")
		proc.go#L3220: 		throw("gcstopm: not waiting for gc")
		proc.go#L3227: 			throw("gcstopm: negative nmspinning")
		proc.go#L3492: 		throw("findrunnable: wrong p")
		proc.go#L3537: 			throw("findrunnable: negative nmspinning")
		proc.go#L3557: 					throw("global runq empty with non-zero runqsize")
		proc.go#L3604: 			throw("findrunnable: netpoll with p")
		proc.go#L3607: 			throw("findrunnable: netpoll with spinning")
		proc.go#L3893: 		throw("resetspinning: not a spinning m")
		proc.go#L3898: 		throw("findrunnable: negative nmspinning")
		proc.go#L4013: 		throw("schedule: holding locks")
		proc.go#L4024: 		throw("schedule: in cgo")
		proc.go#L4035: 		throw("schedule: spinning with local work")
		proc.go#L4170: 		throw("bad g status")
		proc.go#L4223: 		throw("bad g status")
		proc.go#L4232: 			throw("preempt at unknown pc")
		proc.go#L4236: 			throw("preempt SPWRITE")
		proc.go#L4378: 			throw("runtime.Goexit called in a thread that was not created by the Go runtime")
		proc.go#L4380: 		throw("exited a goroutine internally locked to the OS thread")
		proc.go#L4417: 		throw("save on system g not allowed")
		proc.go#L4486: 			throw("entersyscall")
		proc.go#L4492: 			throw("entersyscall")
		proc.go#L4630: 			throw("entersyscallblock")
		proc.go#L4637: 			throw("entersyscallblock")
		proc.go#L4643: 			throw("entersyscallblock")
		proc.go#L4689: 		throw("exitsyscall: syscall frame is no longer valid")
		proc.go#L5070: 		throw("newproc1: newg missing stack")
		proc.go#L5074: 		throw("newproc1: new g is not Gdead")
		proc.go#L5201: 		throw("gfput: bad status (not Gdead)")
		proc.go#L5431: 	throw("runtime: internal error: misuse of lockOSThread/unlockOSThread")
		proc.go#L5639: 				throw("missing mcache?")
		proc.go#L5754: 		throw("procresize: invalid arg")
		proc.go#L5927: 			throw("wirep: already in go")
		proc.go#L5939: 			throw("wirep: invalid p state")
		proc.go#L5962: 		throw("releasep: invalid arg")
		proc.go#L5967: 		throw("releasep: invalid p state")
		proc.go#L6023: 		throw("checkdead: inconsistent counts")
		proc.go#L6041: 			throw("checkdead: runnable g")
		proc.go#L6060: 				throw("checkdead: no p for timer")
		proc.go#L6067: 				throw("checkdead: no m for timer")
		proc.go#L6662: 		throw("pidleput: P has non-empty run queue")
		proc.go#L6675: 		throw("must be able to track idle limiter event")
		proc.go#L6816: 		throw("runqputslow: queue is not full")
		proc.go#L7020: 		throw("runqsteal: runq overflow")
		proc.go#L7347: 		throw("recursive call during initialization - linker skew")
		proc.go#L7364: 			throw("inittask with no functions")
		profbuf.go#L217: 		throw("newProfBuf: buffer too large")
		profbuf.go#L308: 		throw("misuse of profBuf.write")
		profbuf.go#L396: 		throw("runtime: profBuf already closed")
		profbuf.go#L519: 		throw("runtime: malformed profBuf buffer - tag and data out of sync")
		profbuf.go#L534: 			throw("runtime: malformed profBuf buffer - invalid size")
		race0.go#L19: func raceReadObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr)  { throw("race") }
		race0.go#L20: func raceWriteObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
		race0.go#L21: func raceinit() (uintptr, uintptr)                                          { throw("race"); return 0, 0 }
		race0.go#L22: func racefini()                                                             { throw("race") }
		race0.go#L23: func raceproccreate() uintptr                                               { throw("race"); return 0 }
		race0.go#L24: func raceprocdestroy(ctx uintptr)                                           { throw("race") }
		race0.go#L25: func racemapshadow(addr unsafe.Pointer, size uintptr)                       { throw("race") }
		race0.go#L26: func racewritepc(addr unsafe.Pointer, callerpc, pc uintptr)                 { throw("race") }
		race0.go#L27: func racereadpc(addr unsafe.Pointer, callerpc, pc uintptr)                  { throw("race") }
		race0.go#L28: func racereadrangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr)         { throw("race") }
		race0.go#L29: func racewriterangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr)        { throw("race") }
		race0.go#L30: func raceacquire(addr unsafe.Pointer)                                       { throw("race") }
		race0.go#L31: func raceacquireg(gp *g, addr unsafe.Pointer)                               { throw("race") }
		race0.go#L32: func raceacquirectx(racectx uintptr, addr unsafe.Pointer)                   { throw("race") }
		race0.go#L33: func racerelease(addr unsafe.Pointer)                                       { throw("race") }
		race0.go#L34: func racereleaseg(gp *g, addr unsafe.Pointer)                               { throw("race") }
		race0.go#L35: func racereleaseacquire(addr unsafe.Pointer)                                { throw("race") }
		race0.go#L36: func racereleaseacquireg(gp *g, addr unsafe.Pointer)                        { throw("race") }
		race0.go#L37: func racereleasemerge(addr unsafe.Pointer)                                  { throw("race") }
		race0.go#L38: func racereleasemergeg(gp *g, addr unsafe.Pointer)                          { throw("race") }
		race0.go#L39: func racefingo()                                                            { throw("race") }
		race0.go#L40: func racemalloc(p unsafe.Pointer, sz uintptr)                               { throw("race") }
		race0.go#L41: func racefree(p unsafe.Pointer, sz uintptr)                                 { throw("race") }
		race0.go#L42: func racegostart(pc uintptr) uintptr                                        { throw("race"); return 0 }
		race0.go#L43: func racegoend()                                                            { throw("race") }
		race0.go#L44: func racectxend(racectx uintptr)                                            { throw("race") }
		runtime1.go#L109: 		throw("cas64 failed")
		runtime1.go#L112: 		throw("cas64 failed")
		runtime1.go#L116: 		throw("cas64 failed")
		runtime1.go#L119: 		throw("cas64 failed")
		runtime1.go#L122: 		throw("load64 failed")
		runtime1.go#L126: 		throw("store64 failed")
		runtime1.go#L129: 		throw("xadd64 failed")
		runtime1.go#L132: 		throw("xadd64 failed")
		runtime1.go#L135: 		throw("xchg64 failed")
		runtime1.go#L138: 		throw("xchg64 failed")
		runtime1.go#L169: 		throw("bad a")
		runtime1.go#L172: 		throw("bad b")
		runtime1.go#L175: 		throw("bad c")
		runtime1.go#L178: 		throw("bad d")
		runtime1.go#L181: 		throw("bad e")
		runtime1.go#L184: 		throw("bad f")
		runtime1.go#L187: 		throw("bad g")
		runtime1.go#L190: 		throw("bad h")
		runtime1.go#L193: 		throw("bad i")
		runtime1.go#L196: 		throw("bad j")
		runtime1.go#L199: 		throw("bad k")
		runtime1.go#L202: 		throw("bad l")
		runtime1.go#L205: 		throw("bad unsafe.Sizeof x1")
		runtime1.go#L208: 		throw("bad offsetof y1.y")
		runtime1.go#L211: 		throw("bad unsafe.Sizeof y1")
		runtime1.go#L215: 		throw("bad timediv")
		runtime1.go#L221: 		throw("cas1")
		runtime1.go#L224: 		throw("cas2")
		runtime1.go#L229: 		throw("cas3")
		runtime1.go#L232: 		throw("cas4")
		runtime1.go#L237: 		throw("cas5")
		runtime1.go#L240: 		throw("cas6")
		runtime1.go#L246: 		throw("atomicor8")
		runtime1.go#L252: 		throw("atomicand8")
		runtime1.go#L257: 		throw("float64nan")
		runtime1.go#L260: 		throw("float64nan1")
		runtime1.go#L265: 		throw("float64nan2")
		runtime1.go#L268: 		throw("float64nan3")
		runtime1.go#L273: 		throw("float32nan")
		runtime1.go#L276: 		throw("float32nan1")
		runtime1.go#L281: 		throw("float32nan2")
		runtime1.go#L284: 		throw("float32nan3")
		runtime1.go#L290: 		throw("FixedStack is not power-of-2")
		runtime1.go#L294: 		throw("assembly checks failed")
		runtime1.go#L531: 		throw("cgocheck > 1 mode is no longer supported at runtime. Use GOEXPERIMENT=cgocheck2 at build time instead.")
		rwmutex.go#L104: 			throw("runlock of unlocked rwmutex")
		rwmutex.go#L147: 		throw("unlock of unlocked rwmutex")
		select.go#L246: 				throw("select: broken sort")
		select.go#L311: 		throw("gp.waiting != nil")
		select.go#L404: 		throw("selectgo: bad wakeup")
		sema.go#L145: 		throw("semacquire not on the G stack")
		sema.go#L254: 			throw("corrupted semaphore ticket")
		sema.go#L494: 			throw("semaRoot rotateLeft")
		sema.go#L522: 			throw("semaRoot rotateRight")
		sema.go#L704: 		throw("bad notifyList size")
		signal_unix.go#L103: 		throw("bad sigtable len")
		signal_unix.go#L909: 		throw("unexpected signal during runtime execution")
		signal_unix.go#L922: 		throw("fault")
		signal_unix.go#L939: 		throw("fault")
		signal_unix.go#L952: 		throw("unexpected signal value")
		signal_unix.go#L1106: 	throw("non-Go code disabled sigaltstack")
		signal_unix.go#L1116: 	throw("non-Go code set up signal handler without SA_ONSTACK flag")
		signal_unix.go#L1126: 	throw("signal received during fork")
		sigqueue.go#L102: 			throw("sigsend: inconsistent state")
		sigqueue.go#L145: 				throw("signal_recv: inconsistent state")
		sigqueue_note.go#L15: 	throw("sigNoteSetup")
		sigqueue_note.go#L19: 	throw("sigNoteSleep")
		sigqueue_note.go#L23: 	throw("sigNoteWakeup")
		stack.go#L169: 		throw("cache size must be a multiple of page size")
		stack.go#L201: 			throw("out of memory")
		stack.go#L204: 			throw("bad allocCount")
		stack.go#L207: 			throw("bad manualFreeList")
		stack.go#L220: 		throw("span has no free stacks")
		stack.go#L235: 		throw("freeing stack not in a stack span")
		stack.go#L342: 		throw("stackalloc not on scheduler stack")
		stack.go#L345: 		throw("stack size not a power of 2")
		stack.go#L355: 			throw("out of memory (stackalloc)")
		stack.go#L410: 				throw("out of memory")
		stack.go#L451: 		throw("stack not a power of 2")
		stack.go#L454: 		throw("bad stack size")
		stack.go#L506: 			throw("bad span state")
		stack.go#L640: 				throw("invalid pointer found on stack")
		stack.go#L682: 				throw("bad frame pointer")
		stack.go#L745: 			throw("bad top frame pointer")
		stack.go#L860: 		throw("stack growth not allowed in system call")
		stack.go#L864: 		throw("nil stackbase")
		stack.go#L895: 			throw("racy sudog adjustment due to parking on channel")
		stack.go#L970: 		throw("stack growth after fork")
		stack.go#L976: 		throw("runtime: wrong goroutine in newstack")
		stack.go#L999: 		throw("runtime: stack split at bad time")
		stack.go#L1036: 		throw("missing stack in newstack")
		stack.go#L1051: 		throw("runtime: split stack overflow")
		stack.go#L1056: 			throw("runtime: preempt g0")
		stack.go#L1059: 			throw("runtime: g is running but p is not")
		stack.go#L1107: 		throw("stack overflow")
		stack.go#L1185: 		throw("missing stack in shrinkstack")
		stack.go#L1193: 			throw("bad status in shrinkstack")
		stack.go#L1197: 		throw("shrinkstack at bad time")
		stack.go#L1203: 		throw("shrinking stack in libcall")
		stack.go#L1309: 	throw("attempt to execute system stack code on user stack")
		stkframe.go#L128: 				throw("reflect mismatch")
		stkframe.go#L140: 			throw("reflect mismatch")
		stkframe.go#L195: 			throw("missing stackmap")
		stkframe.go#L202: 				throw("bad symbol table")
		stkframe.go#L222: 			throw("missing stackmap")
		stkframe.go#L227: 			throw("bad symbol table")
		stkframe.go#L278: 		throw("methodValueCallFrameObjs is not in a module")
		string.go#L36: 			throw("string concatenation too long")
		string.go#L84: 			throw("string concatenation too long")
		string.go#L330: 		throw("out of memory")
		symtab.go#L623: 		throw("invalid function symbol table")
		symtab.go#L644: 			throw("invalid runtime symbol table")
		symtab.go#L652: 		throw("minpc or maxpc invalid")
		symtab.go#L658: 			throw("abi mismatch")
		symtab.go#L694: 			throw("runtime: text offset out of range")
		symtab.go#L1025: 			throw("cache.inUse out of range")
		symtab.go#L1034: 			throw("no module data")
		symtab.go#L1059: 					throw("bad pcvalue cache")
		symtab.go#L1105: 	throw("invalid runtime symbol table")
		symtab.go#L1177: 		throw("bad spdelta")
		symtab.go#L1299: 		throw("stackmapdata: index out of range")
		synctest.go#L112: 		throw("active < 0")
		synctest.go#L194: 			throw("active < 0")
		synctest.go#L201: 			throw("time went backwards")
		synctest.go#L214: 		throw("synctest root goroutine has a fake timer")
		synctest.go#L252: 		throw("active < 0")
		synctest.go#L269: 		throw("running == 0 && active == 0")
		tagptr_64bit.go#L60: 			throw("check this code for aix on non-ppc64")
		time.go#L376: 			throw("invalid timer channel: no capacity")
		time.go#L434: 		throw("ts set in timer")
		time.go#L524: 		throw("wrong timers")
		time.go#L549: 		throw("timer when must be positive")
		time.go#L552: 		throw("timer period must be non-negative")
		time.go#L675: 			throw("invalid timer: fake time but no syncgroup")
		time.go#L750: 			throw("bad ts")
		time.go#L880: 			throw("bad ts")
		time.go#L1027: 		throw("bad ts")
		time.go#L1112: 			throw("too many concurrent timer firings")
		time.go#L1122: 			throw("unexpected racectx")
		time.go#L1135: 			throw("unexpected syncgroup set")
		time.go#L1167: 				throw("mismatched isSending updates")
		time.go#L1213: 			throw("bad timer heap")
		time.go#L1218: 		throw("bad timer heap len")
		time.go#L1364: 	throw("timer data corruption")
		trace.go#L660: 			throw("trace: non-empty full trace buffer for done generation")
		trace.go#L664: 				throw("trace: non-empty full trace buffer for next generation")
		trace.go#L667: 				throw("trace: reading after shutdown")
		trace.go#L773: 				throw("unexpected trace reader")
		trace.go#L792: 			throw("expected racectx == 0")
		traceallocfree.go#L49: 		throw("traceSnapshotMemory: tracing is not enabled")
		traceallocfree.go#L159: 		throw("goroutine stack size is not a power of 2")
		traceback.go#L148: 		throw("cannot trace user goroutine on its own stack")
		traceback.go#L207: 			throw("unknown pc")
		traceback.go#L365: 			throw("traceback")
		traceback.go#L470: 			throw("unknown caller pc")
		traceback.go#L481: 		throw("traceback stuck")
		traceback.go#L566: 		throw("traceback did not unwind completely")
		tracebuf.go#L169: 				throw("trace: out of memory")
		tracebuf.go#L337: 		throw("v could not fit in traceBytesPerNumber")
		tracecpu.go#L14: 		throw("traceInitReadCPU called with trace enabled")
		tracecpu.go#L37: 		throw("traceStartReadCPU called with trace disabled")
		tracecpu.go#L77: 		throw("traceStopReadCPU called with trace enabled")
		traceregion.go#L46: 		throw("traceRegion: alloc too large")
		traceregion.go#L49: 		throw("traceRegion: alloc with concurrent drop")
		traceregion.go#L82: 		throw("traceRegion: out of memory")
		traceruntime.go#L225: 		throw("bad use of trace.seqlock")
		traceruntime.go#L266: 			throw("bad use of trace.seqlock")
		traceruntime.go#L366: 		throw("double traceGCSweepStart")
		traceruntime.go#L398: 		throw("missing traceGCSweepStart")
		traceruntime.go#L693: 		throw("bad use of trace.seqlock")
		traceruntime.go#L712: 		throw("bad use of trace.seqlock")
		tracestack.go#L65: 				throw("attempted to trace stack of a goroutine this thread does not own")
		tracestatus.go#L58: 		throw("attempted to trace a bad status for a goroutine")
		tracestatus.go#L109: 		throw("attempt to trace invalid or unsupported P status")
		tracestatus.go#L128: 		throw("attempted to trace a bad status for a proc")
		tracestatus.go#L172: 		throw("tried to trace dead goroutine")
		tracestatus.go#L174: 		throw("tried to trace goroutine with invalid or unsupported status")
		type.go#L205: 		throw("pointerless type")
		type.go#L252: 		throw("unexpected kind")
		type.go#L300: 				throw("runtime: name offset out of range")
		type.go#L315: 		throw("runtime: name offset base pointer out of range")
		type.go#L347: 			throw("runtime: type offset base pointer out of range")
		type.go#L357: 		throw("runtime: type offset out of range")
		type.go#L389: 			throw("runtime: text offset base pointer out of range")
		type.go#L650: 		throw("runtime: impossible type kind")
		unsafe.go#L41: 		throw("checkptr: unsafe.String result straddles multiple allocations")
		unsafe.go#L89: 		throw("checkptr: unsafe.Slice result straddles multiple allocations")